home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Diversos
/
beaverbrothers.swf
/
scripts
/
DefineButton2_30
/
BUTTONCONDACTION on(press).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
246 b
|
15 lines
on(press){
if(!_root.blockMouse)
{
_root.jump = 1;
if(_root.Run1._y - _ymouse > 50)
{
_root.dirn = 1;
}
if(_root.Run1._y - _ymouse < -50)
{
_root.dirn = -1;
}
}
}